﻿@charset "utf-8";
*{transition:all .5s;}
body{

/*
background:-moz-linear-gradient(top,#e8e8e8,#b8b8b8);//Mozilla
background:-webkit-gradient(linear,0 0,0 100%,from(#e8e8e8),to(#b8b8b8));//Old gradient for webkit
background:-webkit-linear-gradient(top,#e8e8e8,#b8b8b8);//new gradient for Webkit
background:-o-linear-gradient(top,#e8e8e8,#b8b8b8); //Opera11
*/
}
/*head*/
.headbox{height:147px;}


.logo{padding-top:21px;float:left;width:375px;/*background:url(hwz.png) no-repeat right center;*/}
.logo img{width:375px;height:55px;}
.sethome{width:100%;min-width:1100px;height:97px;background:url(headbg.png);}
.ylnav{width:100%;height:50px;background:#333;min-width:1100px;}
.ylnav  ul{width:1100px;}
.ylnav ul li{text-align:center;float:left}
.ylnav ul li a{display:block;padding: 0 15px;height:50px;font-size:14px;color:#fff;font-weight:normal;line-height:50px;letter-spacing:1px; width:78px;}

.ylnav ul li a:hover{background:#d01a10;}


.tel{float:right;margin-top:25px;padding-left:110px;background:url(tel.png) no-repeat left top;}
.tel p{color:#524e4e;line-height:22px;font-size:19px;font-family:"[CTLaoSongSJ]";font-weight:600;letter-spacing:1px;}
.tel p span{color:#808080;font-family:"宋体";font-size:13px;font-weight:300;}
#menuli{width:2px; background:url(d/nxian.png);float:left;height:50px;}
.parent{position:relative;}

/*head---end---*/


.main{width:1100px;min-width:1100px;margin:0px auto;}
.main_one{height:600px;width:100%;min-width:1100px;background:url(gcbg.jpg) no-repeat center 141px;background-color:#ffffff;padding:70px 0 35px}
.picScroll-left{ width:1100px;  overflow:hidden; position:relative; margin-top:23px;   }
.picScroll-left .hd{overflow:hidden;  height:32px; background:url(hdbg.png) no-repeat center bottom; text-align:center; width:100px;padding:17px 500px 40px;}
.picScroll-left .hd .prev{ display:block;  width:32px; height:32px; float:left;  cursor:pointer;background:url(wl.png);}
.picScroll-left .hd .next{display:block;  width:32px; height:32px; float:right;cursor:pointer; background:url(redr.png);  }
.picScroll-left .hd .prev:hover{ background:url(redl.png); }
.picScroll-left .hd .next:hover{ background:url(redr.png); }


.picScroll-left .bd{width:100%;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{  float:left; _display:inline; overflow:hidden; width:275px;height:396px;position:relative;  }
.picScroll-left .bd ul li .pic{ text-align:center;width:275px; height:326px;overflow:hidden; }
.picScroll-left .bd ul li .pic img{ width:275px; height:326px; display:block; webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;-webkit-transform: translate3d(0,0,0) scale(1);transform: translate3d(0,0,0) scale(1);-webkit-backface-visibility: hidden;backface-visibility: hidden;  }
.picScroll-left .bd ul li:hover .pic a img{width: -webkit-calc(100% + 10px);opacity: 1;-webkit-transition: opacity 0.9s, -webkit-transform 0.9s;transition: opacity 0.9s, transform 0.9s;-webkit-transform: translate3d(-5px,0,0) scale(1.12);transform: translate3d(-5px,0,0) scale(1.12);}
.picScroll-left .bd ul li .title{position:absolute;left:0;bottom:0;z-index:10;width:275px;height:70px;background:#f5f5f5; overflow: hidden; text-align:Center; }
.picScroll-left .bd ul li .title a{color:#262626;font-size:16px;line-height:70px;}
.picScroll-left .bd ul li .title p{color:#262626;line-height:30px;width:100%;height:60px;overflow:hidden;}
.picScroll-left .bd ul li:hover .title{background:url(redtm87.png);height:287px;}
.picScroll-left .bd ul li:hover .title>a{color:#fff;line-height:50px;font-size:18px;}
.picScroll-left .bd ul li:hover .title p{color:#fff;}
.picScroll-left .bd ul li:hover .title h4{padding:15px 30px;text-align:right;}
.picScroll-left .bd ul li:hover .title h4 a{color:#fff;line-height:30px;font-size:13px;}
.picScroll-left .bd ul li .title .gcnote{height:170px;color:#fff;font-size:13px;line-height:24px;font-family:"微软雅黑";padding:3px 25px 10px 5px; text-align:left;}
.picScroll-left .bd ul li .title .gcnote p{color:#fff;font-size:13px;line-height:26px;font-family:"微软雅黑";}

.ingc_title{width:280px;height:100px;border:1px dashed #7f7f7f;text-align:center;margin:0 auto;padding-top:10px;}
.ingc_title h3{color:#808080;line-height:28px;}
.ingc_title h1{color:#eb4337;font-family:"[CTLaoSongSJ]";font-size:26px;font-weight:600;}
.ingc_title h4{border-bottom:1px solid #000000;width:80px;margin:7px auto;}
.ingc_title p{color:#808080;}


#menubg{background:#d01a10;}
/*广告轮播图*/
.banner{width:100%;min-width:1100px;overflow:hidden;}
.slideBox{ width:100%; height:565px; overflow:hidden; position:relative;   }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:48%; bottom:78px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:30px;  width:7px; height:7px; line-height:7px; text-align:center; background:#fff;color:#808080; cursor:pointer; border-radius:5px;}
.slideBox .hd ul li.on{ background:#000000; color:#fff;width:20px; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd li a{display:block;width:100%;height:565px;}


/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.ss{position:absolute;left:0;bottom:0;width:100%;min-width:1100px;height:58px;background:url(tm80.png);z-index:10;}
.kw{float:left;line-height:58px;color:#fff;}
.kw a{color:#fff;margin:0 9px;}
.search{float:right;padding:16px 0;}
.search input[type=text]{background: none;outline: none;border:1px solid #fff;width:240px;height:24px;border-radius:5px;line-height:24px;color:#fff;text-indent:10px;font-size:12px;}
.search input[type=submit]{float:right;width:60px;height:26px;background:url(button.png);pointer:cursor;border:none;}

.sad{height:140px;background:#eb4337;width:100%;min-width:1100px;text-align:center;}
.sad img{height:140px;max-width:1100px;}

.main_pro{padding:60px 0 50px;width:100%;min-width:1100px;background:url(mainbg.png);}
.proleft{float:left;width:260px;}
.mtitle{height:50px;background:#eb4337;line-height:50px;font-size:18px;color:#fff;text-align:center;}
.mtitle span{color:#cccccc;font-size:15px;}

.proright{float:right;width:810px;height:756px;overflow:hidden;}
.inpt{height:42px;padding-left:154px;background:url(inpt.png) no-repeat left bottom;}
.inpt h1{width:100%;height:42px;background:url(ptbg.png) repeat-x left bottom;}
.prolist{}
.probox{float:left;width:250px;height:200px;overflow:hidden;margin-left:30px;margin-top:25px;}
.probox div{width:250px;height:160px;overflow:hidden;}
.probox img{width:250px;display:block;}
.probox p{width:100%;height:40px;text-align:center;background:#fff;}
.probox p a{color:#1e1816;line-height:40px;}
.probox:hover{-moz-box-shadow: 1px 1px 5px #888888; /* 老的 Firefox */box-shadow: 1px 1px 5px #888888;}
.probox:hover p a{color:#eb4337;}

.sad_two{margin-bottom:5px;width:100%;min-width:1100px;height:230px;-moz-box-shadow: 0px 1px 8px #888888; /* 老的 Firefox */box-shadow: 0px 1px 8px #888888;overflow:hidden;}


.ystitle{height:118px;padding:30px 0;text-align:center;background:url(xian.png) repeat-x left 112px;width:100%;min-width:1100px;}
.ysbox{width:100%;min-width:1100px;border-top:1px solid #e4e4e4;overflow:hidden;}
.yspic1{height:230px;text-align:right;width:50%;overflow:hidden;}
.yspic1 img,.yspic2 img {height:230px;}
.ysnote{position:absolute;top:0;z-index:9;width:485px;height:185px;overflow:hidden;}
.ysnote h1{font-family:"[CTLaoSongSJ]";font-size:24px;color:#ec5348;font-weight:600;}
.ysnote h3{font-size:12px;line-height:22px;color:#808080;text-indent:35px;letter-spacing:1px;}
.ysnote h4{height:10px;width:90px;border-top:2px solid #eb4337;}
.ysnote p{line-height:24px;color:#333;}

.yspic2{height:230px;text-align:left;width:50%;padding-left:50%;}
.ysl{left:50%;padding:35px 25px 10px 55px;background:url(yl.png) no-repeat left center;margin-left:-29px;}
.ysr{right:50%;padding:35px 55px 10px 25px;background:url(yr.png) no-repeat right center;margin-right:-29px;}
.tar{text-align:right;}
.ml395{margin-left:395px;}

.abmain{width:100%;min-width:1100px;background:#f5f5f5;height:335px;border-top:1px solid #efd2b2;}
.inab{height:335px;}
.abnote{}
.abnote h1{font-size:38px;color:#eb4337;letter-spacing:1px;line-height:60px;}
.abnote h4{height:15px;width:106px;border-top:2px solid #eb4337;}
.abnote h3{font-size:18px;color:#262626;font-weight:600;line-height:40px;}
.abnote p{line-height:26px;color:#262626;}
.abtm{width:310px;height:335px;background:url(redtm87.png);position:absolute;left:0;top:0;z-index:9;}

.inhonor{width:100%;min-width:1100px;padding-bottom:20px;}
.ih_title{height:47px;background:url(honor.png) no-repeat center bottom;padding-top:25px;text-align:right;}
.more{line-height:47px;color:#eb4337;}

.cert{float:left;width:405px;height:242px;}
.myscroll{ width:405px;  overflow:hidden; position:relative; padding:20px 0 40px;background:url(daoying.png) no-repeat 56px bottom;   }
.myscroll  .prev{ display:block;  width:20px; height:30px; float:left;  cursor:pointer;background:url(zsl.png);margin-top:80px;}
.myscroll  .next{display:block;  width:20px; height:30px; float:right;cursor:pointer; background:url(zsr.png);margin-top:80px; }
.myscroll .prev:hover{ background:url(zsredr.png); }
.myscroll .next:hover{ background:url(zsredl.png); }
.myscroll .cerbd{ width:280px;float:left; overflow:hidden; margin-left:37px;   }
.myscroll .cerbd ul{ overflow:hidden; zoom:1; }
.myscroll .cerbd ul li{ float:left; _display:inline; overflow:hidden; text-align:center;  }	
.myscroll .cerbd ul li img{ width:280px; height:202px; display:block;  }

	
.albums{float:right;width:570px; padding:25px 0 40px;overflow:hidden;}
.myst{width:100%; overflow:hidden; zoom:1;}
.alpic{float:left;margin:0px 12px;}
.alpic img{width:256px;height:165px;display:block;border:2px solid #cccccc;}
.alpic p{text-align:center;padding-top:15px;}
.alpic p a{color:#808080;}
.alpic:hover p a{color:#eb4337;}
.alpic:hover img{border-color:#eb4337;}

.khmain{width:100%;min-width:1100px;background:url(d/khbg.jpg) no-repeat center top; display:none;}
.khbg{padding:50px 0;height:422px;}
.khleft{width:224px;padding:15px 15px 12px 20px;}
.khwir{border:2px solid #fff;width:220px;height:197px;border-bottom:none;}
.khred{border:2px solid #d12015;width:220px;height:197px;border-top:none;}
.khtitle{width:247px;height:165px;background:#d12015;position:absolute;left:-50px;top:20px;z-index:9;text-indent:50px;}

.khright{width:840px;}
.khtitle h1{padding-top:40px;font-size:24px;color:#fff;}
.khtitle p{color:#cccccc;padding-top:20px;}
.khred a{color:#fff;padding:10px 20px;background:#d12015;margin-left:88px;}

.khbox{width:420px;height:210px;}
.khbox img{width:210px;height:210px;opacity:0.5; filter:alpha(opacity=50);}
.khnote{width:170px;height:170px;padding:20px;background:#333333;color:#808080;}
.khnote h1 a{color:#808080;font-size:18px;}
.khnote p{color:#808080;font-size:14px;line-height:24px;}
.khbox:hover .khnote{background:#d12015;}
.khbox:hover h1 a{color:#fff;}
.khbox:hover p{color:#fff;}
.khbox:hover img{color:#fff;opacity:1; filter:alpha(opacity=100);}

.main_two{width:100%;min-width:1100px;background:url(newsbg.png) repeat-y left bottom;}
.innewsbg{padding:30px 0;height:450px;}

.inleft{float:left;width:638px;background:#f4f4f4;padding-left:25px;}

.fleft{float:left;}
.fright{float:right;}
.slideTxtBox{ width:638px;  text-align:left;  }
.slideTxtBox .hd{ height:55px;  background:url(innt.png) no-repeat left top;  position:relative; }
.slideTxtBox .hd a{float:right;margin-top:35px;color:#9999b7;font-size:12px;}
.slideTxtBox .hd ul{ float:left;  position:absolute; left:0px; top:0px; height:55px;   }
.slideTxtBox .hd ul li{ float:left;width:110px; padding-right:60px; cursor:pointer; text-align:right;margin-right:20px; }
.slideTxtBox .hd ul li h1{ font-size:16px;font-weight:bold; color:#666666;padding-top:4px;}
.slideTxtBox .hd ul li p{ font-size:12px; color:#8f8f8f;margin-bottom:5px;}
.slideTxtBox .hd ul li h5{width:110px;height:5px;background:#8f8f8f;}
.slideTxtBox .hd ul li.on{  }
.slideTxtBox .hd ul li.on h1{color:#d12115;}
.slideTxtBox .hd ul li.on h5{background:#d12115;}
.slideTxtBox .bd ul{ padding:1px;  zoom:1;  }
.slideTxtBox .bd ul .innbox{padding-top:19px;}
.innone{width:274px;}
.innone img{width:263px;height:180px;border:3px solid #d12115;display:block;}
.innone h1 a{line-height:52px;color:#333333;font-family:"微软雅黑";}
.innone p{color:#666666;line-height:18px;}
.innone h1 a:hover{color:#d12115;text-decoration:underline;}
.inntwo{height:70px;width:330px;}
.inntwo h1{height:70px;line-height:70px;}
.inntwo h1 span{color:#919191;line-height:70px;font-family:"Euphemia";font-size:40px;}
.inntwo h1 a{margin-left:15px;line-height:70px;color:#333333;font-family:"微软雅黑";}
.inntwo h1 a:hover{color:#d12115;text-decoration:underline;}

.inright{float:right;width:320px;padding-right:45px}
.wt_title{padding-top:23px;}
.wt_title h1{font-size:16px;color:#d12115;font-weight:bold;text-align:center;line-height:40px;}
.wt_title a{display:block;width:83px;height:26px;border:1px solid #ccc;color:#676767;line-height:26px;text-align:center;margin:0 auto;}
.wtbox li{border-bottom:1px dashed #ccc;padding:13px 3px;}
.wtbox li h1{height:40px;background:url(wen.png) no-repeat left center;padding-left:27px;}
.wtbox li h1 a{line-height:40px;font-family:"微软雅黑";font-size:13px;color:#333333;}
.wtbox li div{background:url(da.png) no-repeat left top;padding-left:27px;line-height:18px;color:#666;font-family:"微软雅黑";font-size:12px;}

.wtbox li h1 a:hover{color:#d12115;}
.link{height:54px;color:#333;line-height:54px;}
.link a{color:#333;line-height:54px;margin: 0 10px;}


/*foot*/
.footer{background:#181818;min-height:300px;padding:30px 0;}
.footer dl{float:left;width:170px;margin-left:14px;}
.footer dl dt {margin-bottom:7px;}
.footer dl dt h1{color:#fff;line-height:18px;}
.footer dl dt h3{color:#444444;font-size:24px;font-family:"[FZLTXHKM]";}
.footer dl dd a{color:#808080;line-height:30px;font-family:"微软雅黑";font-size:12px;}
.footer dl dd a:hover{text-decoration:underline;}
.ftel{height:90px;}
.ftel h1{color:#eb4337;font-size:14px;line-height:22px;}
.ftel p{color:#eb4337;font-size:22px;}
.fnote{color:#808080;font-size:12px;line-height:30px;font-family:"微软雅黑";}
.fnote p{color:#808080;font-size:12px;line-height:30px;text-align:center;font-family:"微软雅黑";}



.gotop{position:fixed;right:0px;top:130px;width:110px;display:block;overflow:hidden;z-index:999;}
.qqtb{height:72px;background:url(d/qqtou.png);padding-left:70%;width:30%;}
.qqtb p{cursor:pointer;}
.qqbd{background:url(d/qqbd.png) repeat-y left top;min-height:90px;}
.qqbd ul{padding:3px 13px;}
.qqbd li{margin-bottom:9px;}
.qqdb{height:80px;background:url(d/qqdb.png);padding:22px 25px;}
.qqdb img{width:60px;height:60px;}
.qqbut{position:fixed;right:0px;top:225px;width:48px;height:173px;background:url(d/xs.png);cursor:pointer;display:none;z-index:999;}

/* 内页 */
.dbanner{width:100%;height:300px;overflow:hidden;}
.alld{width:100%;background:#f5f5f5;padding:50px 0;}
.homepage{padding-left:2%;width:98%;height:40px;border-bottom:1px solid #d9d9d9;margin-top:15px;background:#eeeeee;}
.content{width:1100px;margin:0 auto;min-width:1100px;}

.dctitle{width:30%;color:#d12115;font-weight:700;font-size:17px;line-height:32px;}
.weizhi{padding-right:27px;color:#808080;height:40px;line-height:32px;font-family:"微软雅黑";font-size:13px;}
.weizhi a{color:#808080;line-height:32px;margin:0 10px;font-family:"微软雅黑";font-size:13px;}
.dtitle{height:40px;background:url(dcbg.png) repeat-x left bottom;background-color:#f5f5f5;}

.subcate{display:none;;}
.subcate p{text-indent:70px;height:30px;width:100%;}
.subcate p a{line-height:30px;font-weight:500;font-family:"微软雅黑";font-size:14px;color:#808080;}
.subcate p a:hover{color:#eb4337;text-decoration:underline;}
#subhov{color:#eb4337;text-decoration:underline;}

.left{float:left;width:180px;padding:18px 12px 10px 0;}
.right{width:810px;float:right;background:#ffffff;}
.cate{}
.cate li{border-top:1px solid #fff;}
.cate li>a{display:block;width:100%;height:40px;line-height:40px;color:#fff;font-size:16px;text-indent:60px;background:url(catebg.png) no-repeat left top;font-weight:500;}
.och li:hover>a{background:url(d/gozhi.png) no-repeat left top;}
.pch li:hover>a{background:url(chbg.png) no-repeat left top;}
#phov{background:url(chbg.png) no-repeat left top;}
#ohov{background:url(d/gozhi.png) no-repeat left top;}
#std>a{background:url(chbg.png) no-repeat left top;}
#std div{display:block;}


.left_tel{background:#eb4337;padding:10px;width:240px;height:70px;color:#fff;font-size:24px;text-align:center;margin-top:3px;}
.left_tel h1{color:#fff;font-family:"微软雅黑";font-size:14px;text-align:center;line-height:36px;}
.left_tel p{color:#fff;font-size:24px;}

.left_newpro{margin-top:30px;}
.left_newpro h1{height:50px;width:100%;background:#eb4337;line-height:50px;text-align:center;color:#fff;font-size:18px;}
.npro{width:164px;padding:0 47px;background:#fff;padding-bottom:20px;}
.npro li{padding-top:20px;}
.npro li div{width:164px; overflow:hidden;text-align:center;}
.npro li  div img{width:220px; height:140px; margin-left:-28px;display:block;}
.npro li p{padding-top:10px;height:16px;text-align:center;}
.npro li p a{color:#808080;font-family:"微软雅黑";font-size:13px;}

.dltitle{height:36px;margin-top:30px;color:#fff;font-size:17px;line-height:36px;text-align:center;background:url(dtbg.png) no-repeat left top;}
.lc{background:#e6e6e6;padding:10px 7px 15px;}
.lc p{line-height:24px;color:#808080;font-size:12px;}
.lc span{color:#000;line-height:24px;font-size:12px;}


.msgcontent{line-height:24px;min-height:450px;color:#434343;padding:20px;font-family:"微软雅黑";}
.msgcontent p{line-height:24px;font-family:"微软雅黑";font-size:14px;}
.msgcontent img{max-width:770px;}



.ctel{padding-left:70px;background:url(ctel.png) no-repeat left top;}
.cwz{padding-left:70px;background:url(cwz.png) no-repeat left top;}
.ctel p,.cwz p{line-height:28px;color:#333;font-weight:500;font-size:16px;}
.ctel span,.cwz span{color:#333;line-height:30px;font-size:20px;}



.msgtitle{width:100%;padding:10px 0;}
.msgtitle h1{color:#333;font-size:18px;text-align:center;font-weight:bold;line-height:38px;}
.msgtitle p{text-align:center;color:#808080;font-size:13px;}
.listcontent{min-height:770px;padding:20px 15px;}
.pn{color:#252525;line-height:30px;margin-top:20px;}
.pn a{color:#434343;}
.pn a:hover{color:#eb4337;}

/*news*/
.newslist{height:36px;line-height:36px;border-bottom:1px dashed #ccc;}
.newpad{padding:20px;}

.newslist a{line-height:36px;color:#333;font-size:14px;font-family:"微软雅黑";float:left;}
.newslist span{font-size:14px;font-family:"微软雅黑";color:#808080;line-height:36px;float:right;}

.newslist:hover a{color:#eb4337;}
.newslist:hover span{color:#eb4337;}

.newscontent,.newscontent p{line-height:26px;}

/*honor and huoban*/
.xybox{float:left;margin:15px 50px;}
.xybox img{width:280px;height:202px;display:block;}
.xybox p{text-align:center;padding-top:15px;}
.xybox p a{color:#808080;}
.xybox:hover p a{color:#eb4337;}
.xybox:hover img{border-color:#eb4337;}


/*pros
.catebox{height:310px;width:442px;margin:20px 0;}
.catebox img{display:block;width:440px;height:275px;border:1px solid #ccc;border-bottom:none;}
.catebox h1{height:40px;width:100%;line-height:40px;text-align:center;background:#333;}
.catebox h1 a{color:#fff;font-size:18px;}
.catebox h1 a:hover{color:#e77918;}
*/
.prot table{border:1px solid #ccc;width:100%;}
.prot table tr{border:1px solid #ccc;line-height:40px;}
.prot table th{border:1px solid #ccc;width:25%;text-align:center;font-size:18px;font-weight:bold;}
.prot table td{border:1px solid #ccc;text-align:center;}


.pnote table{width:100%;}
.pdpic{text-align:center;width:400px;height:250px;border:1px solid #ccc;}
.pdpic img{max-width:400px;height:250px;}
.pnote p{font-size:18px;color:#333;line-height:48px;}
.promsg{height:117px;overflow:hidden;}
.promsg,.promsg p{font-family:"微软雅黑";color:#333;line-height:24px;}
.pdtitle {width:100%;/*height:90px;*/color:#333;line-height:30px;font-size:16px;font-weight:bold;}
.pdtitle span{color:#eb4337;}
.zxqq{padding:5px 30px;background:#eb4337;color:#fff;font-size:18px;}

.mysbox{ width:100%;margin-top:30px;  }
.mysbox .hd{ height:26px; line-height:26px;   border-bottom:1px solid #eb4337;  position:relative; }
.mysbox .hd ul{ float:left;  position:absolute; left:0px; top:0px; height:26px;   }
.mysbox .hd ul li{ float:left; padding:0 7px; cursor:pointer;  }
.mysbox .hd ul li.on{ height:25px;  border:1px solid #eb4337; border-bottom:2px solid #fff;color:#eb4337; }
.mysbox .bd ul{ padding:10px;  zoom:1; font-family:"微软雅黑";color:#333; line-height:26px;}
.mysbox .bd ul p{ font-family:"微软雅黑";color:#333; line-height:26px;}




/*kehu*/
.cusbox{height:210px;width:100%;margin-top:30px;}
.cusbox img{width:208px;height:208px;border:1px solid #ccc;}
.cusbox h1 a{font-size:16px;color:#333;line-height:34px;}
.cusbox div{height:135px;overflow:hidden;line-height:24px;color:#808080;font-family:"微软雅黑";}
.cusbox p a{color:#fff;padding:9px 32px;background:#eb4337;}
.cusbox:hover h1 a{color:#eb4337;}
.cusbox:hover div{color:#333;}

/*case*/
.casecontent{width:100%;background:#f5f5f5;}


/*book
.book{padding:0 110px;}
.booknote h1{color:#373535;font-size:20px;margin-bottom:20px;}
.booknote p{color:#858484;font-size:12px;line-height:22px;}
.bookfrom{margin-top:15px;}
.bookfrom span{color:#737171;font-size:14px;font-weight:500;line-height:36px;}
.bookfrom table{width:100%;}
.bookfrom table tr td p,.bookfrom h1{color:#373535;font-size:14px;font-weight:600;line-height:30px;}
.bookfrom input[type=text]{width:270px;height:36px;border:1px solid #d6d4d4;border-radius:7px;line-height:36px;}
.bookfrom select{width:270px;height:36px;border:1px solid #d6d4d4;border-radius:7px;line-height:36px;}
.bookfrom textarea{width:418px;height:100px;border-radius:7px;border:1px solid #d6d4d4;}
.bookfrom input[type=submit]{width:103px;height:33px;background:#999999;color:#fff;font-size:14px;line-height:33px;text-align:center;border-radius:7px;cursor:pointer;border:none;}
*/
/*contact*/
.concontent{padding-top:20px;}
.concontent h6{margin-left:38px;background:url(d/conbg.png) no-repeat left top;padding-left:40px;}
.concontent h6 table tr td{color:#333333;font-size:16px;}
.cpad{padding:15px 20px;}
.lxnote{min-height:150px;}
.lxnote h1{color:#333;font-size:18px;font-weight:bold;margin-bottom:20px;text-align:center;}
.lxnote p{color:#808080;line-height:38px;letter-spacing:1px;}
.ditu{margin-top:30px;}
/* 公共分页样式*/
.page{ height:25px; text-align:center; margin-top:20px;}
.page span{ margin:2px; border:1px solid #CCC; padding:2px 5px;}
.page a{ margin:2px;}
.hover{ color:#F00}






